ComponentOne Basic Library for UWP
AddedItems Property (SelectionChangedEventArgs<T>)

C1.UWP Assembly > C1.Xaml Namespace > SelectionChangedEventArgs<T> Class : AddedItems Property
Gets a collection which contains the items that were selected.
Syntax
'Declaration
 
Public ReadOnly Property AddedItems As IOrderedSet(Of T)
public IOrderedSet<T> AddedItems {get;}

Property Value

The items that were selected in this event.
See Also

Reference

SelectionChangedEventArgs<T> Class
SelectionChangedEventArgs<T> Members